home *** CD-ROM | disk | FTP | other *** search
- on(release){
- saveLagPg1 = true;
- if(_root.healSpell == 1)
- {
- healLag = restoreHp.timey.timer;
- }
- if(_root.swordSpell == 1)
- {
- swordLag = summon_Sword.timey.timer;
- }
- if(_root.rockSpell == 1)
- {
- rockLag = bigRock.timey.timer;
- }
- if(_root.axeSpell == 1)
- {
- axeLag = summon_Axe.timey.timer;
- }
- if(_root.maceSpell == 1)
- {
- maceLag = summon_Mace.timey.timer;
- }
- nextFrame();
- }
-